Kotlin utilities
/
it.czerwinski.kotlin.util
/
Option
/
isEmpty
common
is
Empty
abstract val
isEmpty
:
Boolean
Content copied to clipboard
Returns
true
if the option is
None
. Otherwise returns
false
.